ActiveReports 12
MatrixRow Constructor(Length,IEnumerable<MatrixCell>)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixRow Class > MatrixRow Constructor : MatrixRow Constructor(Length,IEnumerable<MatrixCell>)
The height of the matrix row.
The cells collection.
Creates new isntance of MatrixRow with a given height and cells.
Syntax
'Declaration
 
Public Function New( _
   ByVal height As Length, _
   ByVal cells As IEnumerable(Of MatrixCell) _
)
public MatrixRow( 
   Length height,
   IEnumerable<MatrixCell> cells
)

Parameters

height
The height of the matrix row.
cells
The cells collection.
See Also

Reference

MatrixRow Class
MatrixRow Members
Overload List